home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / scorched.swf / scripts / frame_116 / DoAction_19.as < prev    next >
Encoding:
Text File  |  2010-04-12  |  552 b   |  25 lines

  1. function setup()
  2. {
  3.    round = 1;
  4.    player1score = 0;
  5.    player2score = 0;
  6.    choosesound.stop();
  7.    landdata();
  8.    definesounds();
  9.    wait = 0;
  10.    landdetail = 10;
  11.    bombwide = bomb._width;
  12.    bx = -10;
  13.    by = 0;
  14.    gravity = 0.8;
  15.    upv = 0;
  16.    leftv = 0;
  17.    rightv = 10;
  18.    power = 20;
  19.    attachMovie("player1healthind","player1healthind",14);
  20.    attachMovie("player2healthind","player2healthind",15);
  21.    attachMovie("playertype2","player1",10);
  22.    attachMovie("playertype2","player2",11);
  23.    action = "Start new round";
  24. }
  25.